home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / blow_up.swf / scripts / DefineButton2_410 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-17  |  157b  |  9 lines

  1. on(release){
  2.    if(_root.SoundOn)
  3.    {
  4.       _root.SoundClickButton.start();
  5.    }
  6.    _root.WindowHelp21._visible = false;
  7.    _root.ShowMainMenu();
  8. }
  9.